ResetPermissionsRequest

data class ResetPermissionsRequest(browserContextId: BrowserContextID?)

Represents request frame that can be used with Browser#resetPermissions operation call.

Reset all permission management for all origins.

See also

Constructors

ResetPermissionsRequest
Link copied to clipboard
fun ResetPermissionsRequest(browserContextId: BrowserContextID? = null)

Properties

browserContextId
Link copied to clipboard
val browserContextId: BrowserContextID? = null
BrowserContext to reset permissions.

Sources

jvm source
Link copied to clipboard